home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_12 / schmidt / mundo4.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-11  |  258 b   |  23 lines

  1. =========
  2. Listing 6
  3. final translation unit assuming HERE is 0
  4. =========================================
  5.  
  6. //
  7. //  mundo.cpp
  8. //
  9. #define HERE 0 // HERE is referenced by both .h files
  10.  
  11. //
  12. //  hither.h
  13. //
  14. //
  15. //  yon.h
  16. //
  17.     int yon = 0;
  18.  
  19. void main()
  20.     {
  21.     }
  22.  
  23.